home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HNetware / HInfoNetW.EN / RCDATA / TNETVPINGFORM / TNETVPINGFORM.txt < prev   
Text File  |  2002-07-03  |  3KB  |  138 lines

  1. object NetVPingForm: TNetVPingForm
  2.   Left = 222
  3.   Top = 106
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Ping'
  7.   ClientHeight = 361
  8.   ClientWidth = 321
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   Visible = True
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label4: TLabel
  26.     Left = 8
  27.     Top = 142
  28.     Width = 57
  29.     Height = 13
  30.     Caption = 'Ping &results:'
  31.     FocusControl = Memo
  32.   end
  33.   object btnStart: TButton
  34.     Left = 156
  35.     Top = 328
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&Start'
  39.     Default = True
  40.     TabOrder = 0
  41.     OnClick = btnStartClick
  42.   end
  43.   object btnCancel: TButton
  44.     Left = 239
  45.     Top = 328
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 1
  52.     OnClick = btnCancelClick
  53.   end
  54.   object GroupBox: TGroupBox
  55.     Left = 8
  56.     Top = 4
  57.     Width = 305
  58.     Height = 136
  59.     Caption = 'Ping options:'
  60.     TabOrder = 2
  61.     object Label1: TLabel
  62.       Left = 9
  63.       Top = 19
  64.       Width = 113
  65.       Height = 13
  66.       Caption = 'Send &buffer size (bytes):'
  67.       FocusControl = edtBytes
  68.     end
  69.     object Label2: TLabel
  70.       Left = 9
  71.       Top = 51
  72.       Width = 160
  73.       Height = 13
  74.       Caption = 'Number of &echo requests to send:'
  75.       FocusControl = edtNumber
  76.     end
  77.     object Label3: TLabel
  78.       Left = 9
  79.       Top = 82
  80.       Width = 164
  81.       Height = 13
  82.       Caption = '&Timeout to wait for each reply (ms):'
  83.       FocusControl = edtTimeout
  84.     end
  85.     object edtBytes: TMaskEdit
  86.       Left = 218
  87.       Top = 18
  88.       Width = 75
  89.       Height = 21
  90.       EditMask = '99999;1; '
  91.       MaxLength = 5
  92.       TabOrder = 0
  93.       Text = '32   '
  94.     end
  95.     object edtNumber: TMaskEdit
  96.       Left = 218
  97.       Top = 50
  98.       Width = 75
  99.       Height = 21
  100.       EditMask = '99;1; '
  101.       MaxLength = 2
  102.       TabOrder = 1
  103.       Text = '4 '
  104.     end
  105.     object edtTimeout: TMaskEdit
  106.       Left = 218
  107.       Top = 81
  108.       Width = 75
  109.       Height = 21
  110.       EditMask = '99999;1; '
  111.       MaxLength = 5
  112.       TabOrder = 2
  113.       Text = '1000 '
  114.     end
  115.     object CheckBoxFragment: TCheckBox
  116.       Left = 9
  117.       Top = 114
  118.       Width = 184
  119.       Height = 13
  120.       Caption = 'Set don'#39't &fragment flag in packet'
  121.       Checked = True
  122.       State = cbChecked
  123.       TabOrder = 3
  124.     end
  125.   end
  126.   object Memo: TMemo
  127.     Left = 8
  128.     Top = 157
  129.     Width = 305
  130.     Height = 162
  131.     Color = clBtnFace
  132.     ReadOnly = True
  133.     ScrollBars = ssBoth
  134.     TabOrder = 3
  135.     WordWrap = False
  136.   end
  137. end
  138.